Q3SpotLight_SetLocation
You can use theQ3SpotLight_SetLocation
function to set the location of a spot light.
TQ3Status Q3SpotLight_SetLocation ( TQ3LightObject light, const TQ3Point3D *location);
light
- A spot light object.
location
- The desired location of the spot light, in world coordinates.
DESCRIPTION
TheQ3SpotLight_SetLocation
function sets the location of the spot light specified by thelight
parameter to the value passed in thelocation
parameter.